$intCount = GetTickCount( )
Retreives the number of milliseconds that have elapsed since the system had started.
Parameters
None.
Return Value
An integer giving the number of milliseconds.
Example
$status = GetTickCount()